home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publishbindingdetails.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.8 KB  |  55 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\binding.gif" height="16" width="16" alt="Binding"> Binding - Details</h1>
  18.                     Use the <b>Details</b> tab to view or modify the access point and descriptions of 
  19.                     this binding.
  20.                     <UL>
  21.                         <li>
  22.                             <b>Access Point:</b> Lists the Uniform Resource Locator (URL) where you can access this binding and the 
  23.                             protocol it supports.
  24.                             <ul>
  25.                                 <li class="action">
  26.                                     Click <b>Edit</b> to modify the access point or URL type of this binding.
  27.                                 </li>
  28.                             </ul>
  29.                         </li>
  30.                         <li>
  31.                             <b>Description:</b> Lists descriptions of this binding and the language for 
  32.                             which each description is written.
  33.                         <ul>
  34.                             <li class="action">
  35.                                 Click <b>Add Description</b> to add a description.
  36.                             </li>
  37.                             <li class="action">
  38.                                 Click <b>Edit</b> to edit a description.
  39.                             </li>
  40.                             <li class="action">
  41.                                 Click <b>Delete</b> to delete a description.
  42.                             </li>
  43.                         </ul>
  44.                         </li>
  45.                     </UL>
  46.                     <H3>More Information</H3>                    
  47.                     <!-- #include file = "glossary.binding.htm" -->
  48.                 </td>
  49.             </tr>
  50.         </table>
  51.         <!-- #include file = "publish.footer.htm" -->
  52.     </body>
  53. </html>
  54.  
  55.